To show that it has set breakpoint 1 at the line we requested 以顯示它已在我們請(qǐng)求的行上設(shè)置了1號(hào)斷點(diǎn)。
Set breakpoint at given line in file ( default current file ) 在檔案中指定行設(shè)定中斷點(diǎn)(內(nèi)定為現(xiàn)用檔案) 。
Using traditional debugging tools user can control program execution only by common ways such as setting breakpoint to implement basic debugging functions 借助于常規(guī)調(diào)試工具用戶只能通過設(shè)置斷點(diǎn)等方式控制程序執(zhí)行,實(shí)現(xiàn)基本調(diào)試功能。
Breakpoints can be set to unconditional using the condition command specifying a breakpoint number without an expression , for example condition 1 sets breakpoint 1 to unconditional 使用condition命令時(shí),如果指定斷點(diǎn)編號(hào)但又不指定表達(dá)式,可以將斷點(diǎn)設(shè)置成無條件斷點(diǎn),例如, condition 1就將1號(hào)斷點(diǎn)設(shè)置成無條件斷點(diǎn)。
Zdbg can perform generic debugger function such as set breakpoint , single step , r / w memory , modify register and etc . and zdbg can debug zyco ' s kernel by its innovative design 在功能設(shè)計(jì)上,除了使zdbg可以完成一般的應(yīng)用調(diào)試器助能,例如設(shè)置斷點(diǎn)、單步執(zhí)行、讀寫內(nèi)存、修改寄存器值等等,還通過創(chuàng)新性的設(shè)計(jì)使得zdbg可以用于調(diào)試zyco操作系統(tǒng)自身。